golang.org/x/net/http2.stickyErrWriter.timeout (field)

3 uses

	golang.org/x/net/http2 (current package)
		transport.go#L500: 	timeout time.Duration
		transport.go#L508: 	n, err = writeWithByteTimeout(sew.conn, sew.timeout, p)
		transport.go#L813: 		timeout: conf.WriteByteTimeout,